home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 5
/
BBS in a Box -Volume V (BBS in a Box) (April 1992).iso
/
Files
/
Tele
/
D-F
/
DIALSC16.CPT
/
DialScript 1.6
/
Examples
/
Wrong.ds
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-11-06
|
152 b
|
8 lines
|
[
TEXT/dIsR
]
script Wrong
state next -- next is a reserved word
display "hello";
end;
-- and a missing semicolon after the last end
end